Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.opensocial.service.person

Implementation

Class: org.nuxeo.opensocial.services.person.PersonServiceImpl

Services

Extension Points

XML Source

<component name="org.nuxeo.opensocial.service.person">

  <implementation class="org.nuxeo.opensocial.services.person.PersonServiceImpl"/>

  <service>
    <provide interface="org.apache.shindig.social.opensocial.spi.PersonService"/>
  </service>

  <extension-point name="principalConverter" >
    <object class="org.nuxeo.opensocial.services.person.PrincipalConverterDescriptor" />
  </extension-point>

</component>